home *** CD-ROM | disk | FTP | other *** search
/ Steal This CD / steal_this_cd.iso / Chapter 03 - Hacking People, Places, and Things / sparks.exe / {app} / actions / PodcastAttachment.cheetah < prev    next >
Text File  |  2005-03-17  |  1KB  |  51 lines

  1. #filter UnicodeSafeFilter
  2. <h3>
  3. '$htmlsafe($etitle)' in '$htmlsafe($btitle)'
  4. </h3>
  5. <div style="padding: 5px; background: #FFDDDD">
  6. $Content($blog, $entry)
  7. </div>
  8. #if $platform != "msw"
  9. <hr>
  10. #end if
  11.  
  12. <h4>
  13. Right-Click Actions
  14. </h4>
  15. <ul>
  16. <li>
  17. <span class=uiitem>Play</span>: 
  18. play this attachment
  19.  
  20. <li>
  21. <span class=uiitem>Download</span>: 
  22. download this attachment
  23.  
  24. <li>
  25. <span class=uiitem>Saved</span>:
  26. move to the "Saved" folder.
  27. Downloaded attachments will not expire 
  28.  
  29. <li>
  30. <span class=uiitem>Delete</span>:
  31. delete the recording from your computer now
  32.  
  33. <li>
  34. <span class=uiitem>Open Folder</span>:
  35. open the folder on your computer where the recording (attachment) is kept
  36. </ul>
  37.  
  38. <h4>
  39. Details
  40. </h4>
  41. <ul>
  42. #if $attachment.url
  43. <li>Attachment URL: ${htmlsafe($attachment.url)}
  44. #end if
  45. <li>Attachment Size: ${htmlsafe($attachment.length)}
  46. <li>Attachment Status: ${htmlsafe($astatus)}
  47. <li>Attachment Player: '$attachment.dst_player_id'
  48. <li>Attachment Playlist: '$attachment.dst_playlist'
  49. </ul>
  50.  
  51.